-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Flutter-ELinux Support to Cargokit #77
base: main
Are you sure you want to change the base?
Conversation
Yes, looks like the dart build / installer is broken? Maybe I should migrate the script to install flutter instead. |
@Losses Now that the CI is fixed, this PR might be mergeable. |
What should I do to make the CI pass? Randomly change something and change it back? |
@Losses Merging the main branch of cargokit into your branch would be enough |
@temeddix Let me have a try |
@knopp Would it be possible for us to run the workflow? |
Description
This PR introduces support for Flutter-ELinux to the Cargokit project. Given the stringent performance requirements of embedded devices, incorporating Rust into Dart/Flutter may be necessary to achieve optimal performance.
Changes
Motivation
Embedded devices often have strict performance constraints, and Rust's performance characteristics can help meet these demands when integrated with Dart/Flutter. This integration aims to leverage Rust's efficiency to enhance the performance of applications running on embedded systems.
Related Pull Requests